EnumAudioTrack event   

Indicates an audio track exists in the audio image. This event is fired in response to the EnumerateAudioTracks method. After the EnumerateAudioTracks method is called, this event will fire for each track in the audio image. This allows the GUI to be updated with the track information after it has been tracks have been added or removed.

Syntax

Sub object_EnumAudioTrack(FileName As String, TrackFormat As eAudioFormat, TotalSizeBlocks As Long, TotalSizeBytes As Long, TrackNumber As Integer)

The EnumAudioTrack event syntax has these named arguments:

Part Description
FileNameString
TrackFormateAudioFormat
TotalSizeBlocksLong
TotalSizeBytesLong
TrackNumberInteger